Class: Aws::GuardDuty::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
An access denied exception object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message.
-
#type ⇒ String
The error type.
Instance Attribute Details
#message ⇒ String
The error message.
110 111 112 113 114 115 |
# File 'lib/aws-sdk-guardduty/types.rb', line 110 class AccessDeniedException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The error type.
110 111 112 113 114 115 |
# File 'lib/aws-sdk-guardduty/types.rb', line 110 class AccessDeniedException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |