Class: Aws::Budgets::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
You are not authorized to use this operation with the given parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message the exception carries.
Instance Attribute Details
#message ⇒ String
The error message the exception carries.
20 21 22 23 24 |
# File 'lib/aws-sdk-budgets/types.rb', line 20 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |