Class: Aws::RAM::Types::InvalidMaxResultsException

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

Overview

The operation failed because the specified value for MaxResults isn't valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1569
1570
1571
1572
1573
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 1569

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