Class: Aws::ImportExport::Types::MultipleRegionsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ImportExport::Types::MultipleRegionsException
- 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
-
#message ⇒ String
The human-readable description of a particular error.
Instance Attribute Details
#message ⇒ String
The human-readable description of a particular error.
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 |