Class: Aws::XRay::Types::InvalidPolicyRevisionIdException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb

Overview

A policy revision id was provided which does not match the latest policy revision. This exception is also if a policy revision id of 0 is provided via PutResourcePolicy and a policy with the same name already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2032
2033
2034
2035
2036
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2032

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