Class: Aws::SageMakerGeospatial::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ConflictException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Updating or deleting a resource can cause an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
Identifier of the resource affected.
Instance Attribute Details
#message ⇒ String
159 160 161 162 163 164 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 159 class ConflictException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource affected.
159 160 161 162 163 164 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 159 class ConflictException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |