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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Method Summary

Methods included from Aws::Structure

#empty?, included, #initialize, #key?, new, #to_h, #to_s

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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