Class: Aws::Organizations::Types::PolicyChangesInProgressException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3982
3983
3984
3985
3986
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3982

class PolicyChangesInProgressException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end