Class: Aws::AppIntegrationsService::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ConflictException
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
The request conflicts with the current state of the resource. Verify the application's current state and retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
136 137 138 139 140 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 136 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |