Class: Aws::States::Types::MissingRequiredParameter

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

Overview

Request is missing a required parameter. This error occurs if both definition and roleArn are not specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3259
3260
3261
3262
3263
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3259

class MissingRequiredParameter < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end