Class: Aws::CloudDirectory::Errors::IndexedAttributeMissingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudDirectory::Errors::IndexedAttributeMissingException
- Defined in:
- lib/aws-sdk-clouddirectory/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IndexedAttributeMissingException
constructor
A new instance of IndexedAttributeMissingException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IndexedAttributeMissingException
Returns a new instance of IndexedAttributeMissingException.
267 268 269 |
# File 'lib/aws-sdk-clouddirectory/errors.rb', line 267 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
272 273 274 |
# File 'lib/aws-sdk-clouddirectory/errors.rb', line 272 def @message || @data[:message] end |