Class: Aws::QuickSight::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Updating or deleting a resource can cause an inconsistent state.
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
5169 5170 5171 5172 5173 5174 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5169 class ConflictException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
5169 5170 5171 5172 5173 5174 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5169 class ConflictException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |