Class: Aws::Organizations::Types::PolicyChangesInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::PolicyChangesInProgressException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Changes to the effective policy are in progress, and its contents can’t be returned. Try the operation again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4020 4021 4022 4023 4024 |
# File 'lib/aws-sdk-organizations/types.rb', line 4020 class PolicyChangesInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |