Class: Aws::FSx::Types::BadRequest

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

Overview

A generic error indicating a failure with a client request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


750
751
752
753
754
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 750

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