Class: Aws::GreengrassV2::Types::RequestAlreadyInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::RequestAlreadyInProgressException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
The request is already in progress. This exception occurs when you use a client token for multiple requests while IoT Greengrass is still processing an earlier request that uses the same client token.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2756 class RequestAlreadyInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |