Class: Aws::DataZone::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
There is a conflict while performing this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1234 1235 1236 1237 1238 |
# File 'lib/aws-sdk-datazone/types.rb', line 1234 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |