Class: Aws::QuickSight::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::InternalFailureException
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
An internal failure occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#request_id ⇒ String
The Amazon Web Services request ID for this request.
Instance Attribute Details
#message ⇒ String
20172 20173 20174 20175 20176 20177 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20172 class InternalFailureException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
20172 20173 20174 20175 20176 20177 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20172 class InternalFailureException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |