Class: Aws::DevOpsAgent::Types::IdentityCenterServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::IdentityCenterServiceException
- Includes:
- Structure
- Defined in:
- 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
1782 1783 1784 1785 1786 1787 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1782 class IdentityCenterServiceException < Struct.new( :message, :underlying_error_code) SENSITIVE = [] include Aws::Structure end |
#underlying_error_code ⇒ String
The Idc error code
1782 1783 1784 1785 1786 1787 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1782 class IdentityCenterServiceException < Struct.new( :message, :underlying_error_code) SENSITIVE = [] include Aws::Structure end |