Class: Aws::ImportExport::Types::NoSuchBucketException

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

Overview

The specified bucket does not exist. Create the specified bucket or change the manifest's bucket, exportBucket, or logBucket field to a bucket that the account, as specified by the manifest's Access Key ID, has write permissions to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The human-readable description of a particular error.

Returns:

  • (String)


631
632
633
634
635
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 631

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