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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9063
9064
9065
9066
# File 'lib/aws-sdk-iam/types.rb', line 9063

class ServiceFailureException < Struct.new(
  :message)
  include Aws::Structure
end