Class: Aws::ElasticTranscoder::Types::TestRoleResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb

Overview

The TestRoleResponse structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messagesArray<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.

Returns:

  • (Array<String>)


3260
3261
3262
3263
3264
3265
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 3260

class TestRoleResponse < Struct.new(
  :success,
  :messages)
  SENSITIVE = []
  include Aws::Structure
end

#successString

If the operation is successful, this value is true; otherwise, the value is false.

Returns:

  • (String)


3260
3261
3262
3263
3264
3265
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 3260

class TestRoleResponse < Struct.new(
  :success,
  :messages)
  SENSITIVE = []
  include Aws::Structure
end