Class: Aws::SimpleDBv2::Types::NoSuchDomainException

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

Overview

The specified domain does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


253
254
255
256
257
# File 'gems/aws-sdk-simpledbv2/lib/aws-sdk-simpledbv2/types.rb', line 253

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