Class: Aws::ResourceGroupsTaggingAPI::Errors::InternalServiceException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ResourceGroupsTaggingAPI::Errors::InternalServiceException
- Defined in:
- lib/aws-sdk-resourcegroupstaggingapi/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceException
constructor
A new instance of InternalServiceException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceException
Returns a new instance of InternalServiceException.
78 79 80 |
# File 'lib/aws-sdk-resourcegroupstaggingapi/errors.rb', line 78 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
83 84 85 |
# File 'lib/aws-sdk-resourcegroupstaggingapi/errors.rb', line 83 def @message || @data[:message] end |