Class: Aws::DataZone::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ConflictException
- Defined in:
- gems/aws-sdk-datazone/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
1454 1455 1456 1457 1458 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1454 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |