Class: Aws::QuickSight::Types::ResourceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ResourceUnavailableException
- Defined in:
- gems/aws-sdk-quicksight/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
28076 28077 28078 28079 28080 28081 28082 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28076 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.
28076 28077 28078 28079 28080 28081 28082 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28076 class ResourceUnavailableException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type for this request.
28076 28077 28078 28079 28080 28081 28082 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28076 class ResourceUnavailableException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |