Class: Aws::CleanRoomsML::Types::StatusDetails

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

Overview

Details about the status of a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message that was returned. The message is intended for human consumption and can change at any time. Use the statusCode for programmatic error handling.

Returns:

  • (String)


1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1681

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

#status_codeString

The status code that was returned. The status code is intended for programmatic error handling. Clean Rooms ML will not change the status code for existing error conditions.

Returns:

  • (String)


1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1681

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