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)


1812
1813
1814
1815
1816
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1812

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