Class: Aws::QuickSight::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
One or more resources can't be found.
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
28021 28022 28023 28024 28025 28026 28027 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28021 class ResourceNotFoundException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
28021 28022 28023 28024 28025 28026 28027 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28021 class ResourceNotFoundException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type for this request.
28021 28022 28023 28024 28025 28026 28027 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28021 class ResourceNotFoundException < Struct.new( :message, :resource_type, :request_id) SENSITIVE = [] include Aws::Structure end |