Class: Aws::MediaConnect::Types::MessageDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::MessageDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code.
-
#message ⇒ String
The specific error message that MediaConnect returns to help you understand the reason that the request did not succeed.
-
#resource_name ⇒ String
The name of the resource.
Instance Attribute Details
#code ⇒ String
The error code.
3061 3062 3063 3064 3065 3066 3067 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3061 class MessageDetail < Struct.new( :code, :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The specific error message that MediaConnect returns to help you understand the reason that the request did not succeed.
3061 3062 3063 3064 3065 3066 3067 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3061 class MessageDetail < Struct.new( :code, :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource.
3061 3062 3063 3064 3065 3066 3067 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3061 class MessageDetail < Struct.new( :code, :message, :resource_name) SENSITIVE = [] include Aws::Structure end |