Class: Aws::DataExchange::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Access to the resource is denied.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Access to the resource is denied.
Instance Attribute Details
#message ⇒ String
Access to the resource is denied.
105 106 107 108 109 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 105 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |