Module: Aws::AppConfigData::Types
- Defined in:
- gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/types.rb
Defined Under Namespace
Classes: BadRequestDetails, BadRequestException, GetLatestConfigurationRequest, GetLatestConfigurationResponse, InternalServerException, InvalidParameterDetail, ResourceNotFoundException, StartConfigurationSessionRequest, StartConfigurationSessionResponse, ThrottlingException
Instance Attribute Summary collapse
- 
  
    
      #invalid_parameters  ⇒ Hash<String,Types::InvalidParameterDetail> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    One or more specified parameters are not valid for the call. 
Instance Attribute Details
#invalid_parameters ⇒ Hash<String,Types::InvalidParameterDetail>
One or more specified parameters are not valid for the call.
| 22 23 24 25 26 27 28 29 30 31 | # File 'gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/types.rb', line 22 class BadRequestDetails < Struct.new( :invalid_parameters, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class InvalidParameters < BadRequestDetails; end class Unknown < BadRequestDetails; end end |