Class: Aws::IVS::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_message ⇒ String
Updating or deleting a resource can cause an inconsistent state.
Instance Attribute Details
#exception_message ⇒ String
Updating or deleting a resource can cause an inconsistent state.
450 451 452 453 454 |
# File 'lib/aws-sdk-ivs/types.rb', line 450 class ConflictException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |