Class: Aws::ACM::Types::RequestInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::RequestInProgressException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
The certificate request is in process and the certificate in your account has not yet been issued.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1403 1404 1405 1406 1407 |
# File 'lib/aws-sdk-acm/types.rb', line 1403 class RequestInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |