Class: Aws::MediaLive::Types::BatchFailedResultModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::BatchFailedResultModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Details from a failed operation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the resource.
-
#code ⇒ String
Error code for the failed operation.
-
#id ⇒ String
ID of the resource.
-
#message ⇒ String
Error message for the failed operation.
Instance Attribute Details
#arn ⇒ String
ARN of the resource
995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-medialive/types.rb', line 995 class BatchFailedResultModel < Struct.new( :arn, :code, :id, :message) SENSITIVE = [] include Aws::Structure end |
#code ⇒ String
Error code for the failed operation
995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-medialive/types.rb', line 995 class BatchFailedResultModel < Struct.new( :arn, :code, :id, :message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
ID of the resource
995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-medialive/types.rb', line 995 class BatchFailedResultModel < Struct.new( :arn, :code, :id, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Error message for the failed operation
995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-medialive/types.rb', line 995 class BatchFailedResultModel < Struct.new( :arn, :code, :id, :message) SENSITIVE = [] include Aws::Structure end |