Class: Aws::ACMPCA::Types::InvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::InvalidStateException
- 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
#message ⇒ String
2158 2159 2160 2161 2162 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 2158 class InvalidStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |