Class: Aws::FSx::Types::InvalidRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::InvalidRequest
- 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
-
#error_code ⇒ String
An error code indicating that the action or operation requested is invalid.
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#error_code ⇒ String
An error code indicating that the action or operation requested is invalid.
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 |
#message ⇒ String
A detailed error message.
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 |