Class: Aws::IAMToolbox::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAMToolbox::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iamtoolbox/types.rb
Overview
An unexpected error occurred while processing the request. Try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
153 154 155 156 157 |
# File 'lib/aws-sdk-iamtoolbox/types.rb', line 153 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |