// Code generated by smithy-go-codegen DO NOT EDIT. package types import ( "fmt" smithy "github.com/aws/smithy-go" ) // Job creation failed. Currently, clusters support five nodes. If you have fewer // than five nodes for your cluster and you have more nodes to create for this // cluster, try again and create jobs until your cluster has exactly five nodes. type ClusterLimitExceededException struct { Message *string ErrorCodeOverride *string noSmithyDocumentSerde } func (e *ClusterLimitExceededException) Error() string { return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage()) } func (e *ClusterLimitExceededException) ErrorMessage() string { if e.Message == nil { return "" } return *e.Message } func (e *ClusterLimitExceededException) ErrorCode() string { if e == nil || e.ErrorCodeOverride == nil { return "ClusterLimitExceededException" } return *e.ErrorCodeOverride } func (e *ClusterLimitExceededException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // You get this exception when you call CreateReturnShippingLabel more than once // when other requests are not completed. type ConflictException struct { Message *string ErrorCodeOverride *string ConflictResource *string noSmithyDocumentSerde } func (e *ConflictException) Error() string { return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage()) } func (e *ConflictException) ErrorMessage() string { if e.Message == nil { return "" } return *e.Message } func (e *ConflictException) ErrorCode() string { if e == nil || e.ErrorCodeOverride == nil { return "ConflictException" } return *e.ErrorCodeOverride } func (e *ConflictException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // Your user lacks the necessary Amazon EC2 permissions to perform the attempted // action. type Ec2RequestFailedException struct { Message *string ErrorCodeOverride *string noSmithyDocumentSerde } func (e *Ec2RequestFailedException) Error() string { return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage()) } func (e *Ec2RequestFailedException) ErrorMessage() string { if e.Message == nil { return "" } return *e.Message } func (e *Ec2RequestFailedException) ErrorCode() string { if e == nil || e.ErrorCodeOverride == nil { return "Ec2RequestFailedException" } return *e.ErrorCodeOverride } func (e *Ec2RequestFailedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // The address provided was invalid. Check the address with your region's carrier, // and try again. type InvalidAddressException struct { Message *string ErrorCodeOverride *string noSmithyDocumentSerde } func (e *InvalidAddressException) Error() string { return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage()) } func (e *InvalidAddressException) ErrorMessage() string { if e.Message == nil { return "" } return *e.Message } func (e *InvalidAddressException) ErrorCode() string { if e == nil || e.ErrorCodeOverride == nil { return "InvalidAddressException" } return *e.ErrorCodeOverride } func (e *InvalidAddressException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // Job or cluster creation failed. One or more inputs were invalid. Confirm that // the CreateClusterRequest$SnowballType value supports your // CreateJobRequest$JobType , and try again. type InvalidInputCombinationException struct { Message *string ErrorCodeOverride *string noSmithyDocumentSerde } func (e *InvalidInputCombinationException) Error() string { return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage()) } func (e *InvalidInputCombinationException) ErrorMessage() string { if e.Message == nil { return "" } return *e.Message } func (e *InvalidInputCombinationException) ErrorCode() string { if e == nil || e.ErrorCodeOverride == nil { return "InvalidInputCombinationException" } return *e.ErrorCodeOverride } func (e *InvalidInputCombinationException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // The action can't be performed because the job's current state doesn't allow // that action to be performed. type InvalidJobStateException struct { Message *string ErrorCodeOverride *string noSmithyDocumentSerde } func (e *InvalidJobStateException) Error() string { return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage()) } func (e *InvalidJobStateException) ErrorMessage() string { if e.Message == nil { return "" } return *e.Message } func (e *InvalidJobStateException) ErrorCode() string { if e == nil || e.ErrorCodeOverride == nil { return "InvalidJobStateException" } return *e.ErrorCodeOverride } func (e *InvalidJobStateException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // The NextToken string was altered unexpectedly, and the operation has stopped. // Run the operation without changing the NextToken string, and try again. type InvalidNextTokenException struct { Message *string ErrorCodeOverride *string noSmithyDocumentSerde } func (e *InvalidNextTokenException) Error() string { return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage()) } func (e *InvalidNextTokenException) ErrorMessage() string { if e.Message == nil { return "" } return *e.Message } func (e *InvalidNextTokenException) ErrorCode() string { if e == nil || e.ErrorCodeOverride == nil { return "InvalidNextTokenException" } return *e.ErrorCodeOverride } func (e *InvalidNextTokenException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // The specified resource can't be found. Check the information you provided in // your last request, and try again. type InvalidResourceException struct { Message *string ErrorCodeOverride *string ResourceType *string noSmithyDocumentSerde } func (e *InvalidResourceException) Error() string { return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage()) } func (e *InvalidResourceException) ErrorMessage() string { if e.Message == nil { return "" } return *e.Message } func (e *InvalidResourceException) ErrorCode() string { if e == nil || e.ErrorCodeOverride == nil { return "InvalidResourceException" } return *e.ErrorCodeOverride } func (e *InvalidResourceException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // The provided Key Management Service key lacks the permissions to perform the // specified CreateJob or UpdateJob action. type KMSRequestFailedException struct { Message *string ErrorCodeOverride *string noSmithyDocumentSerde } func (e *KMSRequestFailedException) Error() string { return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage()) } func (e *KMSRequestFailedException) ErrorMessage() string { if e.Message == nil { return "" } return *e.Message } func (e *KMSRequestFailedException) ErrorCode() string { if e == nil || e.ErrorCodeOverride == nil { return "KMSRequestFailedException" } return *e.ErrorCodeOverride } func (e *KMSRequestFailedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // You get this exception if you call CreateReturnShippingLabel and a valid return // shipping label already exists. In this case, use DescribeReturnShippingLabel to // get the URL. type ReturnShippingLabelAlreadyExistsException struct { Message *string ErrorCodeOverride *string noSmithyDocumentSerde } func (e *ReturnShippingLabelAlreadyExistsException) Error() string { return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage()) } func (e *ReturnShippingLabelAlreadyExistsException) ErrorMessage() string { if e.Message == nil { return "" } return *e.Message } func (e *ReturnShippingLabelAlreadyExistsException) ErrorCode() string { if e == nil || e.ErrorCodeOverride == nil { return "ReturnShippingLabelAlreadyExistsException" } return *e.ErrorCodeOverride } func (e *ReturnShippingLabelAlreadyExistsException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // The address is either outside the serviceable area for your region, or an error // occurred. Check the address with your region's carrier and try again. If the // issue persists, contact Amazon Web Services Support. type UnsupportedAddressException struct { Message *string ErrorCodeOverride *string noSmithyDocumentSerde } func (e *UnsupportedAddressException) Error() string { return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage()) } func (e *UnsupportedAddressException) ErrorMessage() string { if e.Message == nil { return "" } return *e.Message } func (e *UnsupportedAddressException) ErrorCode() string { if e == nil || e.ErrorCodeOverride == nil { return "UnsupportedAddressException" } return *e.ErrorCodeOverride } func (e *UnsupportedAddressException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }