Class: Aws::Budgets::Types::InvalidParameterException

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

Overview

An error on the client occurred. Typically, the cause is an invalid input value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message the exception carries.

Returns:

  • (String)


1482
1483
1484
1485
1486
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1482

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