Class: Aws::CleanRooms::Types::SchemaStatusReason

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

A reason why the schema status is set to its current value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The schema status reason code.

Returns:

  • (String)


5180
5181
5182
5183
5184
5185
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5180

class SchemaStatusReason < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

An explanation of the schema status reason code.

Returns:

  • (String)


5180
5181
5182
5183
5184
5185
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5180

class SchemaStatusReason < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end