Class: Aws::EBS::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EBS::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ebs/types.rb
Overview
You do not have sufficient access to perform this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason ⇒ String
The reason for the exception.
Instance Attribute Details
#message ⇒ String
24 25 26 27 28 29 |
# File 'lib/aws-sdk-ebs/types.rb', line 24 class AccessDeniedException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
24 25 26 27 28 29 |
# File 'lib/aws-sdk-ebs/types.rb', line 24 class AccessDeniedException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |