Class: Aws::DataZone::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
You do not have permission to perform this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
15114 15115 15116 15117 15118 |
# File 'lib/aws-sdk-datazone/types.rb', line 15114 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |