Class: Aws::Schemas::Types::ErrorOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ErrorOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code.
-
#message ⇒ String
The message string of the error output.
Instance Attribute Details
#code ⇒ String
The error code.
736 737 738 739 740 741 |
# File 'lib/aws-sdk-schemas/types.rb', line 736 class ErrorOutput < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message string of the error output.
736 737 738 739 740 741 |
# File 'lib/aws-sdk-schemas/types.rb', line 736 class ErrorOutput < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |