Class: Aws::QuickSight::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
An internal service exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
19081 19082 19083 19084 19085 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19081 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |