Class: Aws::CleanRoomsML::Types::StatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::StatusDetails
- 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
-
#message ⇒ String
The error message that was returned.
-
#status_code ⇒ String
The status code that was returned.
Instance Attribute Details
#message ⇒ String
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.
4787 4788 4789 4790 4791 4792 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4787 class StatusDetails < Struct.new( :status_code, :message) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ String
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.
4787 4788 4789 4790 4791 4792 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4787 class StatusDetails < Struct.new( :status_code, :message) SENSITIVE = [] include Aws::Structure end |