Class: Aws::IAM::Types::ErrorDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code associated with the operation failure.

Returns:

  • (String)


3334
3335
3336
3337
3338
3339
# File 'lib/aws-sdk-iam/types.rb', line 3334

class ErrorDetails < Struct.new(
  :message,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Detailed information about the reason that the operation failed.

Returns:

  • (String)


3334
3335
3336
3337
3338
3339
# File 'lib/aws-sdk-iam/types.rb', line 3334

class ErrorDetails < Struct.new(
  :message,
  :code)
  SENSITIVE = []
  include Aws::Structure
end