Class: Aws::DynamoDB::Errors::GlobalTableAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DynamoDB::Errors::GlobalTableAlreadyExistsException
- Defined in:
- lib/aws-sdk-dynamodb/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GlobalTableAlreadyExistsException
constructor
A new instance of GlobalTableAlreadyExistsException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GlobalTableAlreadyExistsException
Returns a new instance of GlobalTableAlreadyExistsException.
184 185 186 |
# File 'lib/aws-sdk-dynamodb/errors.rb', line 184 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
189 190 191 |
# File 'lib/aws-sdk-dynamodb/errors.rb', line 189 def @message || @data[:message] end |