Class: Aws::RedshiftServerless::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
The submitted action has conflicts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
96 97 98 99 100 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 96 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |