Class: Aws::MPA::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mpa/types.rb
Overview
The request cannot be completed because it conflicts with the current state of a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message for the ‘ConflictException` error.
Instance Attribute Details
#message ⇒ String
Message for the ‘ConflictException` error.
117 118 119 120 121 |
# File 'lib/aws-sdk-mpa/types.rb', line 117 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |