Class: Aws::ACMPCA::Types::InvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::InvalidStateException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1552 class InvalidStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |