Class: Aws::RDSDataService::Types::UnsupportedResultException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDSDataService::Types::UnsupportedResultException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rdsdataservice/types.rb
 
Overview
There was a problem with the result because of one of the following conditions:
- 
It contained an unsupported data type.
 - 
It contained a multidimensional array.
 - 
The size was too large.
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1021 1022 1023 1024 1025  | 
    
      # File 'lib/aws-sdk-rdsdataservice/types.rb', line 1021 class UnsupportedResultException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |