Class: Aws::CleanRooms::Types::BatchGetSchemaError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::BatchGetSchemaError
- Defined in:
- gems/aws-sdk-cleanrooms/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.
792 793 794 795 796 797 798 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 792 class BatchGetSchemaError < Struct.new( :name, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
An error message for the error.
792 793 794 795 796 797 798 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 792 class BatchGetSchemaError < Struct.new( :name, :code, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
An error name for the error.
792 793 794 795 796 797 798 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 792 class BatchGetSchemaError < Struct.new( :name, :code, :message) SENSITIVE = [] include Aws::Structure end |