Class: Aws::TimestreamWrite::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
Overview
You are not authorized to perform this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
20 21 22 23 24 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 20 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |