Class: Aws::MediaPackageV2::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ConflictException
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
Updating or deleting this resource can cause an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conflict_exception_type ⇒ String
The type of ConflictException.
-
#message ⇒ String
Instance Attribute Details
#conflict_exception_type ⇒ String
The type of ConflictException.
177 178 179 180 181 182 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 177 class ConflictException < Struct.new( :message, :conflict_exception_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
177 178 179 180 181 182 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 177 class ConflictException < Struct.new( :message, :conflict_exception_type) SENSITIVE = [] include Aws::Structure end |