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
1036 1037 1038 1039 1040 |
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 1036 class UnsupportedResultException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |