Class: Aws::XRay::Types::LockoutPreventionException

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

Overview

The provided resource policy would prevent the caller of this request from calling PutResourcePolicy in the future.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1908
1909
1910
1911
1912
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1908

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