Class: Aws::MediaLive::Types::ConflictExceptionResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ConflictExceptionResponseContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Updating or deleting a resource can cause an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Exception error message.
Instance Attribute Details
#message ⇒ String
Exception error message.
14108 14109 14110 14111 14112 |
# File 'lib/aws-sdk-medialive/types.rb', line 14108 class ConflictExceptionResponseContent < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |