Class: Aws::Shield::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::AccessDeniedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Exception that indicates the specified ‘AttackId` does not exist, or the requester does not have the appropriate permissions to access the `AttackId`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
22 23 24 25 26 |
# File 'lib/aws-sdk-shield/types.rb', line 22 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |