Class: Aws::ACMPCA::Types::ConcurrentModificationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::ConcurrentModificationException
- Defined in:
- gems/aws-sdk-acmpca/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
677 678 679 680 681 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 677 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |