Class: Aws::AccountAccess::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::InternalServerException
- Defined in:
- gems/aws-sdk-accountaccess/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 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 553 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |