Class: Aws::GlueDataBrew::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Updating or deleting a resource can cause an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
170 171 172 173 174 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 170 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |