Class: Aws::DevOpsAgent::Types::IdentityCenterServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::IdentityCenterServiceException
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Calls to the customer Identity Center have failed
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Detailed error message describing why the call fails.
-
#underlying_error_code ⇒ String
The Idc error code.
Instance Attribute Details
#message ⇒ String
Detailed error message describing why the call fails
1818 1819 1820 1821 1822 1823 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1818 class IdentityCenterServiceException < Struct.new( :message, :underlying_error_code) SENSITIVE = [] include Aws::Structure end |
#underlying_error_code ⇒ String
The Idc error code
1818 1819 1820 1821 1822 1823 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1818 class IdentityCenterServiceException < Struct.new( :message, :underlying_error_code) SENSITIVE = [] include Aws::Structure end |