Class: Aws::AppRunner::Types::InvalidRequestException

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

Overview

One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1648
1649
1650
1651
1652
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1648

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