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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


89
90
91
92
# File 'lib/aws-sdk-sso/types.rb', line 89

class InvalidRequestException < Struct.new(
  :message)
  include Aws::Structure
end