Class: Aws::OAM::Errors::InternalServiceFault
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::OAM::Errors::InternalServiceFault
- Defined in:
- lib/aws-sdk-oam/errors.rb
Instance Method Summary collapse
- #amzn_error_type ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceFault
constructor
A new instance of InternalServiceFault.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceFault
Returns a new instance of InternalServiceFault.
70 71 72 |
# File 'lib/aws-sdk-oam/errors.rb', line 70 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#amzn_error_type ⇒ String
80 81 82 |
# File 'lib/aws-sdk-oam/errors.rb', line 80 def amzn_error_type @data[:amzn_error_type] end |
#message ⇒ String
75 76 77 |
# File 'lib/aws-sdk-oam/errors.rb', line 75 def @message || @data[:message] end |