Class: Aws::AppConfig::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::ConflictException
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
The request could not be processed because of conflict in the current state of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
434 435 436 437 438 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 434 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |