Class: Aws::QuickSight::Types::ResourceExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ResourceExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The resource specified already exists.
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
28024 28025 28026 28027 28028 28029 28030 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28024 class ResourceExistsException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
28024 28025 28026 28027 28028 28029 28030 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28024 class ResourceExistsException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type for this request.
28024 28025 28026 28027 28028 28029 28030 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28024 class ResourceExistsException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |