Class: Aws::ControlTower::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::InternalServerException
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
An unexpected error occurred during processing of a request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1075 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |