Class: Aws::Neptunedata::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Raised when a parameter value is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The HTTP status code returned with the exception.
-
#detailed_message ⇒ String
A detailed message describing the problem.
-
#request_id ⇒ String
The ID of the request that includes an invalid parameter.
Instance Attribute Details
#code ⇒ String
The HTTP status code returned with the exception.
1878 1879 1880 1881 1882 1883 1884 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1878 class InvalidParameterException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#detailed_message ⇒ String
A detailed message describing the problem.
1878 1879 1880 1881 1882 1883 1884 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1878 class InvalidParameterException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The ID of the request that includes an invalid parameter.
1878 1879 1880 1881 1882 1883 1884 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1878 class InvalidParameterException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |