Class: Aws::AppConfig::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::ConflictException
- Includes:
- Structure
- Defined in:
- 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
436 437 438 439 440 |
# File 'lib/aws-sdk-appconfig/types.rb', line 436 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |