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.
13968 13969 13970 13971 13972 |
# File 'lib/aws-sdk-medialive/types.rb', line 13968 class ConflictExceptionResponseContent < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |