Class: Aws::Organizations::Types::PolicyChangesInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::PolicyChangesInProgressException
- Defined in:
- gems/aws-sdk-organizations/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
4070 4071 4072 4073 4074 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4070 class PolicyChangesInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |