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
2793 2794 2795 2796 2797 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2793 class RequestAlreadyInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |