Class: Aws::ACMPCA::Types::RequestInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::RequestInProgressException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
Your request is already in progress.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2291 2292 2293 2294 2295 |
# File 'lib/aws-sdk-acmpca/types.rb', line 2291 class RequestInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |