Class: Aws::SSMQuickSetup::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMQuickSetup::Types::ConflictException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmquicksetup/types.rb
Overview
Another request is being processed. Wait a few minutes and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
914 915 916 917 918 |
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 914 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |