Class: Aws::CleanRooms::Types::BatchGetSchemaError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::BatchGetSchemaError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
An error describing why a schema could not be fetched.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
An error code for the error.
-
#message ⇒ String
An error message for the error.
-
#name ⇒ String
An error name for the error.
Instance Attribute Details
#code ⇒ String
An error code for the error.
763 764 765 766 767 768 769 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 763 class BatchGetSchemaError < Struct.new( :name, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
An error message for the error.
763 764 765 766 767 768 769 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 763 class BatchGetSchemaError < Struct.new( :name, :code, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
An error name for the error.
763 764 765 766 767 768 769 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 763 class BatchGetSchemaError < Struct.new( :name, :code, :message) SENSITIVE = [] include Aws::Structure end |