Class: Aws::ApiGatewayV2::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
16 17 18 19 20 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 16 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |