Class: Aws::Schemas::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::BadRequestException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
21 22 23 24 25 26 |
# File 'lib/aws-sdk-schemas/types.rb', line 21 class BadRequestException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
21 22 23 24 25 26 |
# File 'lib/aws-sdk-schemas/types.rb', line 21 class BadRequestException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |