Class: Aws::IAM::Types::ServiceFailureException

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

Overview

The request processing has failed because of an unknown error, exception or failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9214
9215
9216
9217
9218
# File 'lib/aws-sdk-iam/types.rb', line 9214

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