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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ 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 |