Class: Aws::ApiGatewayV2::Types::AccessDeniedExceptionResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::AccessDeniedExceptionResponseContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
The error message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message.
Instance Attribute Details
#message ⇒ String
The message.
45 46 47 48 49 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 45 class AccessDeniedExceptionResponseContent < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |