Class: Aws::AccountAccess::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accountaccess/types.rb
Overview
An internal service error occurred. Try your request again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
553 554 555 556 557 |
# File 'lib/aws-sdk-accountaccess/types.rb', line 553 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |