Class: Aws::AppConfigData::Types::BadRequestException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppConfigData::Types::BadRequestException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfigdata/types.rb
Overview
The input fails to satisfy the constraints specified by the service.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #details  ⇒ Types::BadRequestDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Details describing why the request was invalid. 
- #message ⇒ String
- 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Code indicating the reason the request was invalid. 
Instance Attribute Details
#details ⇒ Types::BadRequestDetails
Details describing why the request was invalid.
| 48 49 50 51 52 53 54 | # File 'lib/aws-sdk-appconfigdata/types.rb', line 48 class BadRequestException < Struct.new( :message, :reason, :details) SENSITIVE = [] include Aws::Structure end | 
#message ⇒ String
| 48 49 50 51 52 53 54 | # File 'lib/aws-sdk-appconfigdata/types.rb', line 48 class BadRequestException < Struct.new( :message, :reason, :details) SENSITIVE = [] include Aws::Structure end | 
#reason ⇒ String
Code indicating the reason the request was invalid.
| 48 49 50 51 52 53 54 | # File 'lib/aws-sdk-appconfigdata/types.rb', line 48 class BadRequestException < Struct.new( :message, :reason, :details) SENSITIVE = [] include Aws::Structure end |