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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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)


9231
9232
9233
9234
9235
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9231

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