Class: Aws::DevOpsAgent::Errors::IdentityCenterServiceException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DevOpsAgent::Errors::IdentityCenterServiceException
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IdentityCenterServiceException
constructor
A new instance of IdentityCenterServiceException.
-
#message ⇒ String
-
#underlying_error_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IdentityCenterServiceException
Returns a new instance of IdentityCenterServiceException.
97 98 99 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/errors.rb', line 97 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
102 103 104 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/errors.rb', line 102 def @message || @data[:message] end |
#underlying_error_code ⇒ String
107 108 109 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/errors.rb', line 107 def @data[:underlying_error_code] end |