Class: Aws::SimpleDBv2::Types::NoSuchExportException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-simpledbv2/types.rb

Overview

Export with specified ARN does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


266
267
268
269
270
# File 'lib/aws-sdk-simpledbv2/types.rb', line 266

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