Class: Aws::ACM::Types::RequestInProgressException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/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

#messageString

Returns:

  • (String)


1388
1389
1390
1391
1392
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1388

class RequestInProgressException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end