Class: Aws::ACMPCA::Types::ConcurrentModificationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::ConcurrentModificationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
A previous update to your private CA is still ongoing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
412 413 414 415 416 |
# File 'lib/aws-sdk-acmpca/types.rb', line 412 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |