Class: Aws::FSx::Types::InvalidRequest

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

Overview

The action or operation requested is invalid. Verify that the action is typed correctly.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

An error code indicating that the action or operation requested is invalid.

Returns:

  • (String)


6679
6680
6681
6682
6683
6684
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6679

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

#messageString

A detailed error message.

Returns:

  • (String)


6679
6680
6681
6682
6683
6684
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6679

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