Class: Aws::Finspace::Types::InvalidRequestException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

The request is invalid. Something is wrong with the input to the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2926
2927
2928
2929
2930
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2926

class InvalidRequestException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end