Class: Aws::SSO::Types::InvalidRequestException

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

Overview

Indicates that a problem occurred with the input to the request. For example, a required parameter might be missing or out of range.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


85
86
87
88
89
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 85

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