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

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

Instance Attribute Details

#messageString

Detailed error message describing why the call fails

Returns:

  • (String)


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_codeString

The Idc error code

Returns:

  • (String)


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