Class: Aws::ElasticTranscoder::Types::TestRoleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::TestRoleResponse
- Defined in:
- gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb
Overview
The TestRoleResponse structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#messages ⇒ Array<String>
If the
Successelement containsfalse, this value is an array of one or more error messages that were generated during the test process. -
#success ⇒ String
If the operation is successful, this value is
true; otherwise, the value isfalse.
Instance Attribute Details
#messages ⇒ Array<String>
If the Success element contains false, this value is an array of
one or more error messages that were generated during the test
process.
3249 3250 3251 3252 3253 3254 |
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 3249 class TestRoleResponse < Struct.new( :success, :messages) SENSITIVE = [] include Aws::Structure end |
#success ⇒ String
If the operation is successful, this value is true; otherwise, the
value is false.
3249 3250 3251 3252 3253 3254 |
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 3249 class TestRoleResponse < Struct.new( :success, :messages) SENSITIVE = [] include Aws::Structure end |