Class: Aws::SimpleDBv2::Types::NoSuchDomainException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDBv2::Types::NoSuchDomainException
- 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
#message ⇒ 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 |