Class: Aws::ACMPCA::Types::InvalidStateException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb

Overview

The state of the private CA does not allow this action to occur.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1552
1553
1554
1555
1556
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1552

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