Class: Aws::ElasticTranscoder::Types::TestRoleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::TestRoleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elastictranscoder/types.rb
Overview
The ‘TestRoleResponse` structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#success ⇒ String
If the operation is successful, this value is ‘true`; otherwise, the value is `false`.
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 '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 'lib/aws-sdk-elastictranscoder/types.rb', line 3249 class TestRoleResponse < Struct.new( :success, :messages) SENSITIVE = [] include Aws::Structure end |