Class: Aws::ApiGatewayV2::Types::StatusException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::StatusException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents a StatusException.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception ⇒ String
The exception.
-
#message ⇒ String
The error message.
Instance Attribute Details
#exception ⇒ String
The exception.
8170 8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8170 class StatusException < Struct.new( :exception, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
8170 8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8170 class StatusException < Struct.new( :exception, :message) SENSITIVE = [] include Aws::Structure end |