github.com/aavshr/aws-sdk-go@v1.41.3/service/sagemakeredgemanager/errors.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  package sagemakeredgemanager
     4  
     5  import (
     6  	"github.com/aavshr/aws-sdk-go/private/protocol"
     7  )
     8  
     9  const (
    10  
    11  	// ErrCodeInternalServiceException for service response error code
    12  	// "InternalServiceException".
    13  	//
    14  	// An internal failure occurred. Try your request again. If the problem persists,
    15  	// contact AWS customer support.
    16  	ErrCodeInternalServiceException = "InternalServiceException"
    17  )
    18  
    19  var exceptionFromCode = map[string]func(protocol.ResponseMetadata) error{
    20  	"InternalServiceException": newErrorInternalServiceException,
    21  }