Class: Aws::QuickSight::Types::ResourceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ResourceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
This resource is currently unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#request_id ⇒ String
The Amazon Web Services request ID for this request.
-
#resource_type ⇒ String
The resource type for this request.
Instance Attribute Details
#message ⇒ String
26548 26549 26550 26551 26552 26553 26554 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26548 class ResourceUnavailableException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
26548 26549 26550 26551 26552 26553 26554 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26548 class ResourceUnavailableException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type for this request.
26548 26549 26550 26551 26552 26553 26554 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26548 class ResourceUnavailableException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |