Class: Aws::ApplicationInsights::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::BadRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
The request is not understood by the server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
198 199 200 201 202 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 198 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |