Class: Aws::IAM::Types::ServiceFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ServiceFailureException
- 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
#message ⇒ String
9063 9064 9065 9066 |
# File 'lib/aws-sdk-iam/types.rb', line 9063 class ServiceFailureException < Struct.new( :message) include Aws::Structure end |