Class: Aws::Health::Types::ConcurrentModificationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::ConcurrentModificationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-health/types.rb
Overview
- EnableHealthServiceAccessForOrganization][1
-
is already in progress.
Wait for the action to complete before trying again. To get the current status, use the
- DescribeHealthServiceStatusForOrganization][2
-
operation.
[1]: docs.aws.amazon.com/health/latest/APIReference/API_EnableHealthServiceAccessForOrganization.html [2]: docs.aws.amazon.com/health/latest/APIReference/API_DescribeHealthServiceStatusForOrganization.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
120 121 122 123 124 |
# File 'lib/aws-sdk-health/types.rb', line 120 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |