Class: Aws::XRay::Types::LockoutPreventionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::LockoutPreventionException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-xray/types.rb', line 1908 class LockoutPreventionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |