Class: Aws::ImportExport::Types::MultipleRegionsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb

Overview

Your manifest file contained buckets from multiple regions. A job is restricted to buckets from one region. Please correct and resubmit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The human-readable description of a particular error.

Returns:

  • (String)


616
617
618
619
620
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 616

class MultipleRegionsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end