Class: Aws::SSM::Types::ResourcePolicyConflictException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The hash provided in the call doesn’t match the stored hash. This exception is thrown when trying to update an obsolete policy version or when multiple requests to update a policy are sent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


16073
16074
16075
16076
16077
# File 'lib/aws-sdk-ssm/types.rb', line 16073

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