Class: Aws::IVSRealTime::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ConflictException
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/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.
193 194 195 196 197 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 193 class ConflictException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |