Class: Aws::AppFabric::Types::TaskError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::TaskError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Contains information about an error returned from a user access task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The code of the error.
-
#error_message ⇒ String
The message of the error.
Instance Attribute Details
#error_code ⇒ String
The code of the error.
1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1667 class TaskError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The message of the error.
1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1667 class TaskError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |