Class: Aws::DevOpsAgent::Types::IdentityCenterServiceException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Detailed error message describing why the call fails

Returns:

  • (String)


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_codeString

The Idc error code

Returns:

  • (String)


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