Class: Aws::AppConfig::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::BadRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Types::BadRequestDetails
Detailed information about the input that failed to satisfy the constraints specified by a call.
- #message ⇒ String
- #reason ⇒ String
Instance Attribute Details
#details ⇒ Types::BadRequestDetails
Detailed information about the input that failed to satisfy the constraints specified by a call.
248 249 250 251 252 253 254 |
# File 'lib/aws-sdk-appconfig/types.rb', line 248 class BadRequestException < Struct.new( :message, :reason, :details) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
248 249 250 251 252 253 254 |
# File 'lib/aws-sdk-appconfig/types.rb', line 248 class BadRequestException < Struct.new( :message, :reason, :details) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
248 249 250 251 252 253 254 |
# File 'lib/aws-sdk-appconfig/types.rb', line 248 class BadRequestException < Struct.new( :message, :reason, :details) SENSITIVE = [] include Aws::Structure end |