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
225 226 227 228 229 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 225 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |